hashkey 279 ext/pdo/pdo_dbh.c char *hashkey = NULL; hashkey 286 ext/pdo/pdo_dbh.c plen = spprintf(&hashkey, 0, "PDO:DBH:DSN=%s:%s:%s:%s", data_source, hashkey 300 ext/pdo/pdo_dbh.c plen = spprintf(&hashkey, 0, "PDO:DBH:DSN=%s:%s:%s", data_source, hashkey 308 ext/pdo/pdo_dbh.c if (SUCCESS == zend_hash_find(&EG(persistent_list), hashkey, plen+1, (void*)&le)) { hashkey 335 ext/pdo/pdo_dbh.c memcpy((char *)pdbh->persistent_id, hashkey, plen+1); hashkey 365 ext/pdo/pdo_dbh.c if (hashkey) { hashkey 366 ext/pdo/pdo_dbh.c efree(hashkey); hashkey 41 ext/standard/fsock.c char *hashkey = NULL; hashkey 55 ext/standard/fsock.c spprintf(&hashkey, 0, "pfsockopen__%s:%ld", host, port); hashkey 80 ext/standard/fsock.c STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); hashkey 89 ext/standard/fsock.c if (hashkey) { hashkey 90 ext/standard/fsock.c efree(hashkey); hashkey 96 ext/standard/streamsfuncs.c char *hashkey = NULL; hashkey 112 ext/standard/streamsfuncs.c spprintf(&hashkey, 0, "stream_socket_client__%s", host); hashkey 136 ext/standard/streamsfuncs.c hashkey, &tv, context, &errstr, &err); hashkey 147 ext/standard/streamsfuncs.c if (hashkey) { hashkey 148 ext/standard/streamsfuncs.c efree(hashkey);