Searched refs:HASH_KEY_NON_EXISTANT (Results 1 - 24 of 24) sorted by relevance

/PHP_TRUNK/ext/intl/collator/
H A Dcollator_convert.c142 != HASH_KEY_NON_EXISTANT )
167 != HASH_KEY_NON_EXISTANT )
/PHP_TRUNK/ext/com_dotnet/
H A Dcom_variant.c56 } else if (HASH_KEY_NON_EXISTANT == keytype) {
H A Dcom_wrapper.c470 while (HASH_KEY_NON_EXISTANT != (keytype =
501 while (HASH_KEY_NON_EXISTANT != (keytype =
601 while (HASH_KEY_NON_EXISTANT != (keytype =
/PHP_TRUNK/ext/hash/
H A Dhash.c600 (type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, &str_len, &idx, 0, &pos)) != HASH_KEY_NON_EXISTANT;
1042 (type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, NULL, &idx, 0, &pos)) != HASH_KEY_NON_EXISTANT;
/PHP_TRUNK/ext/json/
H A Djson.c188 if (i == HASH_KEY_NON_EXISTANT) {
274 if (i == HASH_KEY_NON_EXISTANT)
/PHP_TRUNK/ext/pcntl/
H A Dpcntl.c798 case HASH_KEY_NON_EXISTANT:
/PHP_TRUNK/ext/session/
H A Dphp_session.h256 (key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT; \
/PHP_TRUNK/ext/standard/
H A Duser_filters.c562 (key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT;
H A Dhttp.c59 (key_type = zend_hash_get_current_key_ex(ht, &key, &key_len, &idx, 0, NULL)) != HASH_KEY_NON_EXISTANT;
H A Dproc_open.c175 case HASH_KEY_NON_EXISTANT:
H A Dstreamsfuncs.c586 (key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTANT;
671 if (type == HASH_KEY_NON_EXISTANT ||
H A Darray.c4020 while (num_req && (key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTANT) {
H A Dvar.c652 if (i == HASH_KEY_NON_EXISTANT) {
863 if (i == HASH_KEY_NON_EXISTANT) {
/PHP_TRUNK/ext/xmlrpc/
H A Dxmlrpc-epi-php.c505 } else if (res == HASH_KEY_NON_EXISTANT) {
585 case HASH_KEY_NON_EXISTANT:
/PHP_TRUNK/sapi/fpm/fpm/
H A Dfastcgi.c613 while ((key_type = zend_hash_get_current_key_ex(req->env, &str_index, &str_length, &num_index, 0, &pos)) != HASH_KEY_NON_EXISTANT) {
/PHP_TRUNK/ext/phar/
H A Ddirstream.c106 if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(data, &key, &keylen, &unused, 0, NULL)) {
214 if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(manifest, &key, &keylen, &unused, 0, NULL)) {
406 if (HASH_KEY_NON_EXISTANT !=
640 HASH_KEY_NON_EXISTANT != zend_hash_get_current_key_ex(&phar->manifest, &key, &key_len, &unused, 0, NULL);
661 HASH_KEY_NON_EXISTANT != zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_len, &unused, 0, NULL);
H A Dphar.c1967 if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&(PHAR_GLOBALS->phar_fname_map), &key, &keylen, &unused, 0, NULL)) {
1997 if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&cached_phars, &key, &keylen, &unused, 0, NULL)) {
H A Dstream.c638 if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &keylen, &unused, 0, &pos)) {
921 HASH_KEY_NON_EXISTANT != (key_type = zend_hash_get_current_key_ex(&phar->manifest, &key, &key_len, &unused, 0, NULL)) &&
955 HASH_KEY_NON_EXISTANT != (key_type = zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_len, &unused, 0, NULL));
982 HASH_KEY_NON_EXISTANT != (key_type = zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &key_len, &unused, 0, NULL)) &&
H A Dutil.c1557 if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &keylen, &unused, 0, NULL)) {
/PHP_TRUNK/ext/pgsql/
H A Dpgsql.c5286 if ((key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &field, &field_len, &num_idx, 0, &pos)) == HASH_KEY_NON_EXISTANT) {
5294 if (!err && key_type == HASH_KEY_NON_EXISTANT) {
5984 &fld_len, &num_idx, 0, &pos)) != HASH_KEY_NON_EXISTANT) {
/PHP_TRUNK/Zend/
H A Dzend_hash.h30 #define HASH_KEY_NON_EXISTANT 3 macro
175 (zend_hash_get_current_key_type_ex(ht, pos) == HASH_KEY_NON_EXISTANT ? FAILURE : SUCCESS)
H A Dzend_hash.c1171 return HASH_KEY_NON_EXISTANT;
1208 return HASH_KEY_NON_EXISTANT;
H A Dzend_vm_def.h4224 if (key_type != HASH_KEY_NON_EXISTANT &&
H A Dzend_vm_execute.h2907 if (key_type != HASH_KEY_NON_EXISTANT &&
8215 if (key_type != HASH_KEY_NON_EXISTANT &&
13545 if (key_type != HASH_KEY_NON_EXISTANT &&
31168 if (key_type != HASH_KEY_NON_EXISTANT &&
[all...]

Completed in 113 milliseconds