Searched refs:zend_symtable_find (Results 1 - 11 of 11) sorted by relevance
| /PHP_TRUNK/ext/interbase/ |
| H A D | ibase_query.c | 1527 while (SUCCESS == zend_symtable_find(
|
| /PHP_TRUNK/ext/standard/ |
| H A D | password.c | 246 if (options && zend_symtable_find(options, "cost", sizeof("cost"), (void **) &option_buffer) == SUCCESS) { 326 if (options && zend_symtable_find(options, "cost", 5, (void **) &option_buffer) == SUCCESS) { 355 if (options && zend_symtable_find(options, "salt", 5, (void**) &option_buffer) == SUCCESS) {
|
| H A D | var_unserializer.c | 305 if (zend_symtable_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) {
|
| H A D | var_unserializer.re | 309 if (zend_symtable_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) {
|
| H A D | array.c | 2510 if (zend_symtable_find(Z_ARRVAL_P(return_value), Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, (void**)&tmp) == FAILURE) {
|
| /PHP_TRUNK/main/ |
| H A D | php_variables.c | 183 if (zend_symtable_find(symtable1, index, index_len + 1, (void **) &gpc_element_p) == FAILURE
|
| /PHP_TRUNK/ext/session/ |
| H A D | session.c | 2334 if (zend_symtable_find(Z_ARRVAL_P(PS(http_session_vars)), progress->key.c, progress->key.len+1, (void**)&progress_ary) != SUCCESS) {
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_hash.h | 364 static inline int zend_symtable_find(HashTable *ht, const char *arKey, uint nKeyLength, void **pData) function
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_stmt.c | 1225 if (zend_symtable_find(Z_ARRVAL_P(return_all), Z_STRVAL(grp_val), Z_STRLEN(grp_val)+1, (void**)&pgrp) == FAILURE) {
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_array.c | 323 if (zend_symtable_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void **) &retval) == FAILURE) { 616 if (zend_symtable_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void **) &tmp) != FAILURE) {
|
| H A D | spl_iterators.c | 2774 if (zend_symtable_find(HASH_OF(intern->u.caching.zcache), arKey, nKeyLength+1, (void**)&value) == FAILURE) {
|
Completed in 38 milliseconds