Home
last modified time | relevance | path

Searched refs:keytype (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/com_dotnet/
H A Dcom_wrapper.c463 int keytype; in generate_dispids() local
476 while (HASH_KEY_NON_EXISTANT != (keytype = in generate_dispids()
480 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
507 while (HASH_KEY_NON_EXISTANT != (keytype = in generate_dispids()
512 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
597 int keytype; in php_com_wrapper_export_as_sink() local
609 while (HASH_KEY_NON_EXISTANT != (keytype = in php_com_wrapper_export_as_sink()
612 if (keytype == HASH_KEY_IS_LONG) { in php_com_wrapper_export_as_sink()
H A Dcom_variant.c40 int keytype; in safe_array_from_zval() local
52 keytype = zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos); in safe_array_from_zval()
54 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
56 } else if (HASH_KEY_NON_EXISTANT == keytype) { in safe_array_from_zval()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.h81 void sqliteHashInit(Hash*, int keytype, int copyKey);

Completed in 14 milliseconds