Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/odbc/
H A Dbirdstep.c229 int ind; in birdstep_add_conn() local
235 return(ind); in birdstep_add_conn()
257 int ind; in birdstep_add_result() local
263 return(ind); in birdstep_add_result()
294 long ind; in PHP_FUNCTION() local
349 long ind; in PHP_FUNCTION() local
429 long ind; in PHP_FUNCTION() local
463 long ind; in PHP_FUNCTION() local
556 long ind; in PHP_FUNCTION() local
667 long ind, col; in PHP_FUNCTION() local
[all …]
H A Dphp_odbc_includes.h275 void odbc_del_conn(HashTable *list, int ind);
/PHP-5.5/sapi/roxen/
H A Droxen.c289 struct pike_string *hval, *ind, *hind; in php_roxen_set_header() local
296 ind = make_shared_string(" _headers"); in php_roxen_set_header()
317 free_string(ind); in php_roxen_set_header()
351 struct pike_string *ind; in php_roxen_low_send_headers() local
362 ind = make_shared_string(" _headers"); in php_roxen_low_send_headers()
364 free_string(ind); in php_roxen_low_send_headers()
532 struct svalue *ind, *val; in php_roxen_hash_environment() local
542 ind = &indices->item[i]; in php_roxen_hash_environment()
544 if(ind && ind->type == PIKE_T_STRING && in php_roxen_hash_environment()
547 buf_len = MIN(511, ind->u.string->len); in php_roxen_hash_environment()
[all …]
/PHP-5.5/sapi/caudium/
H A Dcaudium.c285 struct pike_string *hval, *ind, *hind; in php_caudium_set_header() local
291 ind = make_shared_string(" _headers"); in php_caudium_set_header()
328 free_string(ind); in php_caudium_set_header()
362 struct pike_string *ind; in php_caudium_low_send_headers() local
370 ind = make_shared_string(" _headers"); in php_caudium_low_send_headers()
372 free_string(ind); in php_caudium_low_send_headers()
487 struct svalue *ind; in low_sapi_caudium_register_variables() local
507 ind = &k->ind; in low_sapi_caudium_register_variables()
509 if(ind && ind->type == PIKE_T_STRING && in low_sapi_caudium_register_variables()
703 struct pike_string *ind; in f_php_caudium_request_handler() local
[all …]
/PHP-5.5/
H A D.gdbinit164 set $ind = 1
202 set $ind = $ind + 1
204 set $ind = $ind - 1
236 set $ind = $ind + 1
238 set $ind = $ind - 1
315 set $ind = 1
355 set $ind = 1
366 set $ind = 1
377 set $ind = 1
413 set $ind = 1
[all …]
/PHP-5.5/ext/pspell/
H A Dpspell.c266 int ind; in PHP_FUNCTION() local
350 ind = zend_list_insert(manager, le_pspell TSRMLS_CC); in PHP_FUNCTION()
351 RETURN_LONG(ind); in PHP_FUNCTION()
363 int ind; in PHP_FUNCTION() local
455 ind = zend_list_insert(manager, le_pspell TSRMLS_CC); in PHP_FUNCTION()
456 RETURN_LONG(ind); in PHP_FUNCTION()
464 int type, ind; in PHP_FUNCTION() local
485 ind = zend_list_insert(manager, le_pspell TSRMLS_CC); in PHP_FUNCTION()
486 RETURN_LONG(ind); in PHP_FUNCTION()
688 int ind; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/phar/
H A Dgdbhelp15 set $i = $ind
37 set $ind = 1
/PHP-5.5/ext/sockets/
H A Dmulticast.c69 unsigned int ind; in php_string_to_if_index() local
71 ind = if_nametoindex(val); in php_string_to_if_index()
72 if (ind == 0) { in php_string_to_if_index()
77 *out = ind; in php_string_to_if_index()
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc315 $ind = strlen($inf) + 1;
319 echo $this->cli_wordwrap($inf.$lst, $ind, str_repeat(' ', $ind)) . "\n\n";
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c269 sljit_uw ind; in patch_pc_relative_loads() local
285 ind = (*last_pc_patch) & 0xfff; in patch_pc_relative_loads()
288 SLJIT_ASSERT(ind < cpool_size && !(*last_pc_patch & (1 << 25)) && (*last_pc_patch & (1 << 20))); in patch_pc_relative_loads()
289 if ((sljit_si)const_pool[ind] < 0) { in patch_pc_relative_loads()
290 const_pool[ind] = counter; in patch_pc_relative_loads()
291 ind = counter; in patch_pc_relative_loads()
295 ind = const_pool[ind]; in patch_pc_relative_loads()
298 if (diff >= 2 || ind > 0) { in patch_pc_relative_loads()
299 diff = (diff + ind - 2) << 2; in patch_pc_relative_loads()
/PHP-5.5/ext/wddx/
H A Dwddx.c567 ulong ind = 0; in php_wddx_serialize_array() local
584 if (idx != ind) { in php_wddx_serialize_array()
589 ind++; in php_wddx_serialize_array()
/PHP-5.5/ext/imap/
H A Dphp_imap.c3476 ulong ind; in PHP_FUNCTION() local
3587 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3621 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3700 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3734 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
/PHP-5.5/ext/gd/
H A Dgd.c1416 int ind, body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
1507 ind = 5 + zend_list_insert(font, le_gd_font TSRMLS_CC); in PHP_FUNCTION()
1509 RETURN_LONG(ind); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2700 # MTM/669/FAR/S3M/ULT/XM format checking [Aaron Eppert, aeppert@dialin.ind.net]
12305 # .ind

Completed in 111 milliseconds