hashkey 269 ext/pdo/pdo_dbh.c char *hashkey = NULL; hashkey 278 ext/pdo/pdo_dbh.c plen = spprintf(&hashkey, 0, "PDO:DBH:DSN=%s:%s:%s:%s", data_source, hashkey 285 ext/pdo/pdo_dbh.c plen = spprintf(&hashkey, 0, "PDO:DBH:DSN=%s:%s:%s", data_source, hashkey 293 ext/pdo/pdo_dbh.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) { hashkey 315 ext/pdo/pdo_dbh.c memcpy((char *)pdbh->persistent_id, hashkey, plen+1); hashkey 328 ext/pdo/pdo_dbh.c if (hashkey) { hashkey 329 ext/pdo/pdo_dbh.c efree(hashkey); hashkey 45 ext/standard/fsock.c char *hashkey = NULL; hashkey 59 ext/standard/fsock.c spprintf(&hashkey, 0, "pfsockopen__%s:" ZEND_LONG_FMT, host, port); hashkey 89 ext/standard/fsock.c STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); hashkey 98 ext/standard/fsock.c if (hashkey) { hashkey 99 ext/standard/fsock.c efree(hashkey); hashkey 95 ext/standard/streamsfuncs.c char *hashkey = NULL; hashkey 111 ext/standard/streamsfuncs.c spprintf(&hashkey, 0, "stream_socket_client__%s", ZSTR_VAL(host)); hashkey 135 ext/standard/streamsfuncs.c hashkey, &tv, context, &errstr, &err); hashkey 146 ext/standard/streamsfuncs.c if (hashkey) { hashkey 147 ext/standard/streamsfuncs.c efree(hashkey);