Home
last modified time | relevance | path

Searched defs:pos (Results 51 – 75 of 141) sorted by relevance

123456

/php-src/sapi/litespeed/
H A Dlsapi_main.c368 zend_llist_position pos; in sapi_lsapi_send_headers_like_cgi() local
462 zend_llist_position pos; in sapi_lsapi_send_headers() local
886 char *pos = path_stop + pathlen_without_trailing_slash(path_start); in walk_down_the_path() local
1675 zend_llist_position pos; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_stdio.c176 int in_buf = 0, cmd_pos = 0, pos, start; local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dcss.c161 const lxb_char_t *pos; in lxb_css_make_data() local
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c426 HashPosition pos; in generate_dispids() local
550 HashPosition pos; in php_com_wrapper_export_as_sink() local
/php-src/ext/gd/libgd/
H A Dgd_io.c193 int gdSeek (gdIOCtx * ctx, const int pos) in gdSeek()
H A Dwbmp.c154 int row, col, byte, pel, pos; in readwbmp() local
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Derror.h124 const lxb_char_t *pos; member
H A Dstate.c1523 const lxb_char_t *pos; in lxb_html_tokenizer_state_markup_declaration_doctype() local
1555 const lxb_char_t *pos; in lxb_html_tokenizer_state_markup_declaration_cdata() local
/php-src/ext/opcache/jit/ir/
H A Dir.c1095 ir_ref ir_param(ir_ctx *ctx, ir_type type, ir_ref region, const char *name, int pos)
1426 uint32_t pos, i; local
1472 uint32_t pos = ((uint32_t*)data)[(int32_t)(key | tab->mask)]; local
1488 uint32_t pos = ((uint32_t*)data)[(int32_t)(key | tab->mask)]; local
1524 uint32_t hash_size, pos, i; local
1555 uint32_t pos, i; local
1601 uint32_t pos = ((uint32_t*)data)[(int32_t)(key | tab->mask)]; local
1617 uint32_t pos = ((uint32_t*)data)[(int32_t)(key | tab->mask)]; local
2001 void _ir_PHI_SET_OP(ir_ctx *ctx, ir_ref phi, ir_ref pos, ir_ref src)
2173 void _ir_MERGE_SET_OP(ir_ctx *ctx, ir_ref merge, ir_ref pos, ir_ref src)
[all …]
/php-src/ext/spl/
H A Dphp_spl.c294 char *pos, *pos1; in PHP_FUNCTION() local
424 HashPosition pos; in spl_perform_autoload() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dconv.c93 lxb_char_t c, *pos; in lexbor_conv_data_to_double() local
H A Dstr.c208 const lxb_char_t *pos, *res, *end; in lexbor_str_append_with_rep_null_chars() local
268 size_t i, pos = 0; in lexbor_str_stay_only_whitespace() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h64 lxb_char_t *pos; member
/php-src/main/streams/
H A Dmemory.c354 zend_off_t pos = php_stream_tell(ts->innerstream); in php_stream_temp_write() local
460 zend_off_t pos; in php_stream_temp_cast() local
H A Dcast.c243 zend_off_t pos; in _php_stream_cast() local
/php-src/ext/hash/
H A Dhash.c134 static inline size_t align_to(size_t pos, size_t alignment) { in align_to()
140 const char **specp, size_t *pos, size_t *sz, size_t *max_alignment) { in parse_serialize_spec()
234 size_t pos = 0, max_alignment = 1; in php_hash_serialize_spec() local
282 size_t pos = 0, max_alignment = 1, j = 0; in php_hash_unserialize_spec() local
/php-src/ext/soap/
H A Dphp_http.c1268 char *pos = NULL; in make_http_soap_request() local
1384 char *pos, *tmp = NULL; in get_http_header_value_nodup() local
/php-src/ext/phar/
H A Dphar.c1634 char *pos, test = '\0'; in phar_open_from_fp() local
1916 const char *pos; in phar_check_str() local
1968 const char *pos, *slash; in phar_detect_phar_fname_ext() local
2607 char *pos = php_stristr(ZSTR_VAL(user_stub), halt_stub, ZSTR_LEN(user_stub), strlen(halt_stub)); in phar_flush_ex() local
/php-src/ext/mbstring/
H A Dphp_mbregex.c1003 OnigUChar *pos; in _php_mb_regex_ereg_replace_exec() local
1183 OnigUChar *pos, *chunk_pos; in PHP_FUNCTION() local
1327 size_t n, i, pos, len; in _php_mb_regex_ereg_search_exec() local
/php-src/ext/dom/
H A Dtoken_list.c35 HashPosition pos; member
667 HashPosition pos; in dom_token_list_it_get_current_key() local
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c475 zend_llist_position pos; local
503 zend_llist_position pos; local
/php-src/ext/opcache/
H A Dzend_shared_alloc.h79 size_t pos; /* position for simple stack allocator */ member
/php-src/ext/sysvshm/
H A Dsysvshm.c401 zend_long pos; in php_check_shm_data() local
/php-src/ext/standard/
H A Darray.c1462 HashPosition pos; in php_array_walk() local
2695 …act_var(HashTable *eg_active_symbol_table, zval *return_value, zval *entry, uint32_t pos) /* {{{ */
3324 zend_long pos; /* Current position in the hashtable */ local
3839 zend_long pos; local
3866 zend_long pos; local
4492 HashPosition pos = 0; local
4501 HashPosition pos; local
6826 uint32_t pos = array_pos[i]; local
6865 uint32_t pos = array_pos[i]; local
/php-src/ext/json/
H A Djson_encoder.c374 size_t pos, checkpoint; in php_json_escape_string() local

Completed in 196 milliseconds

123456