Searched refs:ind (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_5/ext/imap/ |
| H A D | php_imap.c | 3477 ulong ind; local 3588 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); local 3622 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); local 3701 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); local 3735 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); local
|
| /PHP_5_5/ext/odbc/ |
| H A D | birdstep.c | 229 int ind; local 231 ind = zend_list_insert(conn,php_birdstep_module.le_link TSRMLS_CC); 233 conn->index = ind; 235 return(ind); 238 static VConn * birdstep_find_conn(HashTable *list,int ind) argument 243 conn = zend_list_find(ind,&type); 250 static void birdstep_del_conn(HashTable *list,int ind) argument 252 zend_list_delete(ind); 257 int ind; local 259 ind 266 birdstep_find_result(HashTable *list,int ind) argument 278 birdstep_del_result(HashTable *list,int ind) argument 294 long ind; local 349 long ind; local 429 long ind; local 463 long ind; local 556 long ind; local 667 long ind, col; local 690 long ind; local [all...] |
| H A D | php_odbc_includes.h | 280 void odbc_del_conn(HashTable *list, int ind);
|
| /PHP_5_5/ext/pspell/ |
| H A D | pspell.c | 266 int ind; local 350 ind = zend_list_insert(manager, le_pspell TSRMLS_CC); 351 RETURN_LONG(ind); 363 int ind; local 455 ind = zend_list_insert(manager, le_pspell TSRMLS_CC); 456 RETURN_LONG(ind); 464 int type, ind; local 485 ind = zend_list_insert(manager, le_pspell TSRMLS_CC); 486 RETURN_LONG(ind); 688 int ind; local [all...] |
| /PHP_5_5/sapi/caudium/ |
| H A D | caudium.c | 285 struct pike_string *hval, *ind, *hind; local 291 ind = make_shared_string(" _headers"); 295 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); 302 mapping_string_insert(REQUEST_DATA, ind, &mappie); 328 free_string(ind); 362 struct pike_string *ind; local 370 ind = make_shared_string(" _headers"); 371 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); 372 free_string(ind); 487 struct svalue *ind; local 703 struct pike_string *ind; local [all...] |
| /PHP_5_5/sapi/roxen/ |
| H A D | roxen.c | 289 struct pike_string *hval, *ind, *hind; local 296 ind = make_shared_string(" _headers"); 300 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); 307 mapping_string_insert(REQUEST_DATA, ind, &mappie); 317 free_string(ind); 351 struct pike_string *ind; local 362 ind = make_shared_string(" _headers"); 363 s_headermap = low_mapping_string_lookup(REQUEST_DATA, ind); 364 free_string(ind); 532 struct svalue *ind, *va local 612 struct pike_string *script, *ind; local [all...] |
| /PHP_5_5/ext/sockets/ |
| H A D | multicast.c | 82 unsigned int ind; local 85 ind = if_nametoindex(Z_STRVAL_P(val)); 86 if (ind == 0) { 91 *out = ind;
|
| /PHP_5_5/ext/gd/ |
| H A D | gd.c | 1416 int ind, body_size, n = 0, b, i, body_size_check; local 1507 ind = 5 + zend_list_insert(font, le_gd_font TSRMLS_CC); 1509 RETURN_LONG(ind);
|
| /PHP_5_5/ext/wddx/ |
| H A D | wddx.c | 564 ulong ind = 0; local 581 if (idx != ind) { 586 ind++;
|
Completed in 25 milliseconds