Searched refs:ind (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 3485 ulong ind; local 3596 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); local 3630 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); local 3709 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); local 3743 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); local
|
| /PHP_5_3/ext/odbc/ |
| H A D | birdstep.c | 229 int ind; local 231 ind = zend_list_insert(conn,php_birdstep_module.le_link); 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_3/ext/pspell/ |
| H A D | pspell.c | 266 int ind; local 350 ind = zend_list_insert(manager, le_pspell); 351 RETURN_LONG(ind); 363 int ind; local 465 ind = zend_list_insert(manager, le_pspell); 466 RETURN_LONG(ind); 474 int type, ind; local 495 ind = zend_list_insert(manager, le_pspell); 496 RETURN_LONG(ind); 698 int ind; local [all...] |
| /PHP_5_3/ext/wddx/ |
| H A D | wddx.c | 564 ulong ind = 0; local 581 if (idx != ind) { 586 ind++;
|
| /PHP_5_3/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_3/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_3/ext/gd/ |
| H A D | gd.c | 1474 int ind, body_size, n = 0, b, i, body_size_check; local 1571 ind = 5 + zend_list_insert(font, le_gd_font); 1573 RETURN_LONG(ind);
|
Completed in 23 milliseconds