Home
last modified time | relevance | path

Searched refs:pos (Results 101 – 125 of 197) sorted by relevance

12345678

/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php264 $pos = strpos($success,':');
265 if ($pos !== false) {
266 $success = substr($success,$pos+1);
515 $pos = strpos($res,':');
516 if ($pos !== false) {
517 $res = substr($res,$pos+1);
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re70 char *pos;
113 plc->pos = s.tok;
168 if (zend_hash_find(params, plc->pos, plc->len, (void**) &param) == FAILURE) {
193 ret = zend_hash_find(params, plc->pos, plc->len, (void**) &param);
282 t = plc->pos - ptr;
289 ptr = plc->pos + plc->len;
321 name = estrndup(plc->pos, plc->len);
362 name = estrndup(plc->pos, plc->len);
/PHP-5.5/ext/opcache/
H A Dshared_alloc_posix.c74 shared_segment->common.pos = 0; in create_segments()
H A Dzend_shared_alloc.h74 size_t pos; /* position for simple stack allocator */ member
/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.c112 size_t pos; in flatfile_delete() local
125 pos = php_stream_tell(dba->fp); in flatfile_delete()
131 php_stream_seek(dba->fp, pos, SEEK_SET); in flatfile_delete()
/PHP-5.5/ext/soap/
H A Dphp_http.c1219 char *pos = NULL; in make_http_soap_request() local
1221 pos = strstr(content_type,";"); in make_http_soap_request()
1222 if (pos != NULL) { in make_http_soap_request()
1223 cmplen = pos - content_type; in make_http_soap_request()
1335 char *pos, *tmp = NULL; in get_http_header_value() local
1343 pos = headers; in get_http_header_value()
1350 tmp = pos + typelen; in get_http_header_value()
1361 pos = strchr(pos, '\n'); in get_http_header_value()
1362 if (pos) { in get_http_header_value()
1363 pos++; in get_http_header_value()
[all …]
H A Dsoap.c1366 HashPosition pos; in PHP_METHOD() local
1376 HashPosition pos; in PHP_METHOD() local
1382 zend_hash_move_forward_ex(ft, &pos); in PHP_METHOD()
1397 HashPosition pos; in PHP_METHOD() local
2870 HashPosition pos; local
2969 HashPosition pos; local
2999 HashPosition pos; local
3824 HashPosition pos; local
4511 HashPosition pos; local
4608 HashPosition pos; local
[all …]
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c237 HashPosition pos; in php_stream_url_wrap_http_ex() local
240 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(tmpzval), &pos); in php_stream_url_wrap_http_ex()
241 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); in php_stream_url_wrap_http_ex()
242 zend_hash_move_forward_ex(Z_ARRVAL_PP(tmpzval), &pos)) { in php_stream_url_wrap_http_ex()
425 HashPosition pos; in php_stream_url_wrap_http_ex() local
429 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(tmpzval), &pos); in php_stream_url_wrap_http_ex()
430 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); in php_stream_url_wrap_http_ex()
431 zend_hash_move_forward_ex(Z_ARRVAL_PP(tmpzval), &pos) in php_stream_url_wrap_http_ex()
H A Durl.c709 HashPosition pos; local
741 zend_hash_internal_pointer_reset_ex(hashT, &pos);
742 while (zend_hash_get_current_data_ex(hashT, (void**)&hdr, &pos) != FAILURE) {
744 zend_hash_move_forward_ex(hashT, &pos);
774 zend_hash_move_forward_ex(hashT, &pos);
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c39 HashPosition pos; in safe_array_from_zval() local
49 zend_hash_internal_pointer_reset_ex(HASH_OF(z), &pos); in safe_array_from_zval()
50 for (;; zend_hash_move_forward_ex(HASH_OF(z), &pos)) { in safe_array_from_zval()
52 keytype = zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos); in safe_array_from_zval()
74 zend_hash_internal_pointer_reset_ex(HASH_OF(z), &pos); in safe_array_from_zval()
75 for (;; zend_hash_move_forward_ex(HASH_OF(z), &pos)) { in safe_array_from_zval()
76 if (FAILURE == zend_hash_get_current_data_ex(HASH_OF(z), (void**)&item, &pos)) { in safe_array_from_zval()
79 zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos); in safe_array_from_zval()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c395 zend_llist_position pos; in sapi_cgi_send_headers() local
430 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
438 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
464 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
479 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
486 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
567 HashPosition pos; in cgi_php_import_environment_variables() local
602 for (zend_hash_internal_pointer_reset_ex(request->env, &pos); in cgi_php_import_environment_variables()
603 … zend_hash_get_current_key_ex(request->env, &var, &var_len, &idx, 0, &pos) == HASH_KEY_IS_STRING && in cgi_php_import_environment_variables()
604 zend_hash_get_current_data_ex(request->env, (void **) &val, &pos) == SUCCESS; in cgi_php_import_environment_variables()
[all …]
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp388 HashPosition pos; in umsg_format_helper() local
397 for (zend_hash_internal_pointer_reset_ex(args, &pos); in umsg_format_helper()
400 args, &str_index, &str_len, &num_index, 0, &pos), in umsg_format_helper()
401 zend_hash_get_current_data_ex(args, (void **)&elem, &pos) in umsg_format_helper()
403 zend_hash_move_forward_ex(args, &pos), argNum++) in umsg_format_helper()
/PHP-5.5/ext/standard/tests/array/
H A Dcurrent_variation5.phpt8 * Alias to functions: pos
H A Dcurrent_variation3.phpt8 * Alias to functions: pos
H A Dcurrent_error.phpt8 * Alias to functions: pos
/PHP-5.5/sapi/tux/
H A Dphp_tux.c105 zend_llist_position pos; in sapi_tux_send_headers() local
131 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_tux_send_headers()
148 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_tux_send_headers()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1094 while (*pos && *pos != stop) { in php_mb_rfc1867_getword()
1096 ++pos; in php_mb_rfc1867_getword()
1097 while (*pos && *pos != quote) { in php_mb_rfc1867_getword()
1098 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_mb_rfc1867_getword()
1099 pos += 2; in php_mb_rfc1867_getword()
1101 ++pos; in php_mb_rfc1867_getword()
1104 if (*pos) { in php_mb_rfc1867_getword()
1105 ++pos; in php_mb_rfc1867_getword()
1124 *line = pos; in php_mb_rfc1867_getword()
3805 if (str[pos] == '\r' && str[pos + 1] == '\n' && (str[pos + 2] == ' ' || str[pos + 2] == '\t')) { \
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c435 HashPosition pos; in _class_string() local
458 HashPosition pos; in _class_string() local
476 HashPosition pos; in _class_string() local
497 HashPosition pos; in _class_string() local
515 HashPosition pos; in _class_string() local
540 HashPosition pos; in _class_string() local
558 HashPosition pos; in _class_string() local
581 zend_hash_move_forward_ex(properties, &pos); in _class_string()
595 HashPosition pos; in _class_string() local
795 HashPosition pos; in _function_closure_string() local
[all …]
/PHP-5.5/ext/pcntl/
H A Dpcntl.c923 HashPosition pos; in PHP_FUNCTION() local
935 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(user_set), &pos); in PHP_FUNCTION()
936 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(user_set), (void **)&user_signo, &pos) == SUCCESS) in PHP_FUNCTION()
948 zend_hash_move_forward_ex(Z_ARRVAL_P(user_set), &pos); in PHP_FUNCTION()
983 HashPosition pos; in pcntl_sigwaitinfo() local
1004 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(user_set), &pos); in pcntl_sigwaitinfo()
1005 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(user_set), (void **)&user_signo, &pos) == SUCCESS) in pcntl_sigwaitinfo()
1017 zend_hash_move_forward_ex(Z_ARRVAL_P(user_set), &pos); in pcntl_sigwaitinfo()
/PHP-5.5/ext/sockets/
H A Dconversions.c149 zend_llist_position pos; in do_from_to_zval_err() local
155 for (node = zend_llist_get_first_ex(keys, &pos); in do_from_to_zval_err()
157 node = zend_llist_get_next_ex(keys, &pos)) { in do_from_to_zval_err()
220 HashPosition pos; in from_array_iterate() local
227 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos), i = 1; in from_array_iterate()
229 && zend_hash_get_current_data_ex(Z_ARRVAL_P(arr), (void **)&elem, &pos) == SUCCESS; in from_array_iterate()
230 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos), i++) { in from_array_iterate()
929 HashPosition pos; in from_zval_write_control_array() local
957 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos), i = 0; in from_zval_write_control_array()
959 && zend_hash_get_current_data_ex(Z_ARRVAL_P(arr), (void **)&elem, &pos) == SUCCESS; in from_zval_write_control_array()
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.ih43 static void doinsert(register struct parse *p, sop op, size_t opnd, sopno pos);
44 static void dofwd(register struct parse *p, sopno pos, sop value);
/PHP-5.5/ext/hash/
H A Dhash_whirlpool.c285 int bufferPos = context->buffer.pos; in PHP_WHIRLPOOLUpdate()
374 context->buffer.pos = bufferPos; in PHP_WHIRLPOOLUpdate()
383 int bufferPos = context->buffer.pos; in PHP_WHIRLPOOLFinal()
H A Dhash.c597 HashPosition pos; in PHP_FUNCTION() local
604 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); in PHP_FUNCTION()
605 …(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, &str_len, &idx, 0, &pos)) != HASH_… in PHP_FUNCTION()
606 zend_hash_move_forward_ex(&php_hash_hashtable, &pos)) { in PHP_FUNCTION()
1042 HashPosition pos; in PHP_MINFO_FUNCTION() local
1048 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); in PHP_MINFO_FUNCTION()
1049 …(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, NULL, &idx, 0, &pos)) != HASH_KEY_… in PHP_MINFO_FUNCTION()
1050 zend_hash_move_forward_ex(&php_hash_hashtable, &pos)) { in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt259 …printf("REAL: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $rpb, $rpa, ftell($tf), $rr, strlen($rline),…
260 …printf("USER: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $upb, $upa, ftell($fp), $ur, strlen($uline),…
299 …echo "FGETS: FAIL\niter=$n user=$uline [pos=" . ftell($fp) . "]\nreal=$rline [pos=" . ftell($tf) .…
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c399 zend_llist_position pos; in sapi_lsapi_send_headers() local
403 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
408 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
1230 zend_llist_position pos; in PHP_FUNCTION() local
1244 h = zend_llist_get_first_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
1265 h = zend_llist_get_next_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()

Completed in 130 milliseconds

12345678