Home
last modified time | relevance | path

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

/PHP-5.3/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.h280 void odbc_del_conn(HashTable *list, int ind);
/PHP-5.3/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.3/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.3/
H A D.gdbinit59 set $ind = 1
97 set $ind = $ind + 1
99 set $ind = $ind - 1
131 set $ind = $ind + 1
133 set $ind = $ind - 1
210 set $ind = 1
250 set $ind = 1
261 set $ind = 1
272 set $ind = 1
308 set $ind = 1
[all …]
/PHP-5.3/ext/pspell/
H A Dpspell.c266 int ind; in PHP_FUNCTION() local
350 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION()
351 RETURN_LONG(ind); in PHP_FUNCTION()
363 int ind; in PHP_FUNCTION() local
465 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION()
466 RETURN_LONG(ind); in PHP_FUNCTION()
474 int type, ind; in PHP_FUNCTION() local
495 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION()
496 RETURN_LONG(ind); in PHP_FUNCTION()
698 int ind; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/standard/
H A Dhtml.c1423 unsigned char ind[5]; /* max # of 8-bit code units (4; for UTF-8) + 1 for \0 */ in PHP_FUNCTION() local
1455 written = php_utf32_utf8(ind, k); in PHP_FUNCTION()
1456 ind[written] = '\0'; in PHP_FUNCTION()
1466 ind[0] = (unsigned char)k; in PHP_FUNCTION()
1467 ind[1] = '\0'; in PHP_FUNCTION()
1472 if (zend_hash_find(Z_ARRVAL_P(return_value), (const char*)ind, written+1, &dummy) == FAILURE) { in PHP_FUNCTION()
1475 add_assoc_string(return_value, (const char*)ind, buffer, 1); in PHP_FUNCTION()
1487 ind[0] = (unsigned char)basic_entities[j].charcode; in PHP_FUNCTION()
1488 ind[1] = '\0'; in PHP_FUNCTION()
1489 if (zend_hash_find(Z_ARRVAL_P(return_value), (const char*)ind, 2, &dummy) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/phar/
H A Dgdbhelp15 set $i = $ind
37 set $ind = 1
/PHP-5.3/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.3/ext/wddx/
H A Dwddx.c564 ulong ind = 0; in php_wddx_serialize_array() local
581 if (idx != ind) { in php_wddx_serialize_array()
586 ind++; in php_wddx_serialize_array()
/PHP-5.3/ext/imap/
H A Dphp_imap.c3485 ulong ind; in PHP_FUNCTION() local
3596 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3630 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3709 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
3743 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION()
/PHP-5.3/ext/gd/
H A Dgd.c1474 int ind, body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
1571 ind = 5 + zend_list_insert(font, le_gd_font); in PHP_FUNCTION()
1573 RETURN_LONG(ind); in PHP_FUNCTION()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2436 # MTM/669/FAR/S3M/ULT/XM format checking [Aaron Eppert, aeppert@dialin.ind.net]
10348 # .ind

Completed in 109 milliseconds