Home
last modified time | relevance | path

Searched refs:idx (Results 76 – 83 of 83) sorted by relevance

1234

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c567 ulong idx; in cgi_php_import_environment_variables() local
605 … zend_hash_get_current_key_ex(request->env, &var, &var_len, &idx, 0, &pos) == HASH_KEY_IS_STRING && in cgi_php_import_environment_variables()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c624 ulong idx; in cgi_php_import_environment_variables() local
632 … zend_hash_get_current_key_ex(request->env, &var, &var_len, &idx, 0, &pos) == HASH_KEY_IS_STRING && in cgi_php_import_environment_variables()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dexpr.c217 pNewItem->idx = pOldItem->idx; in sqliteIdListDup()
H A Dsqlite.h.in753 ** The 2nd "idx" parameter determines which variable in the SQL statement
774 int sqlite_bind(sqlite_vm*, int idx, const char *value, int len, int copy);
/PHP-5.3/ext/dom/
H A Dnode.c1827 ulong idx; in dom_canonicalization() local
1831 &prefix, &prefix_key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) { in dom_canonicalization()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c474 ulong idx; in master_to_xml_int() local
482 …zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH… in master_to_xml_int()
3264 ulong idx; in to_xml_any() local
3272 …zend_hash_get_current_key_ex(Z_ARRVAL_P(data), &name, &name_len, &idx, 0, &pos) == HASH_KEY_IS_STR… in to_xml_any()
H A Dphp_sdl.c3380 ulong idx; in get_sdl() local
3387 zend_hash_get_current_key_ex(SOAP_GLOBAL(mem_cache), &key, &key_len, &idx, 0, &pos); in get_sdl()
/PHP-5.3/ext/exif/
H A Dexif.c1968 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() local
2025 add_index_string(tmpi, idx++, val, 1); in add_assoc_image_info()

Completed in 67 milliseconds

1234