Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 84) sorted by last modified time

1234

/php-src/ext/mbstring/
H A Dmbstring.c3026 size_t left = 0; in trim_each_wchar() local
3039 left += 1; in trim_each_wchar()
3053 if (left == 0 && right == 0) { in trim_each_wchar()
3056 return mb_get_substr(str, left, total_len - (right + left), enc); in trim_each_wchar()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dsbst.h25 unsigned short left; member
48 root = &strt[root->left]; in lexbor_sbst_entry_static_find()
H A Dstrtod.c266 size_t left, right; in lexbor_strtod_internal() local
283 left = e - p; in lexbor_strtod_internal()
288 p = b + left - 1; in lexbor_strtod_internal()
306 exp += (int) (left - right); in lexbor_strtod_internal()
H A Davl.h30 lexbor_avl_node_t *left; member
H A Dbst.c137 entry = entry->left; in lexbor_bst_insert()
180 entry = entry->left; in lexbor_bst_insert_not_exists()
198 scope = scope->left; in lexbor_bst_search()
310 if (entry->parent->left == entry) entry->parent->left = NULL; in lexbor_bst_remove_by_pointer()
357 left = entry->left; in lexbor_bst_remove_by_pointer()
374 left = entry->right; in lexbor_bst_remove_by_pointer()
376 while (left->left != NULL) { in lexbor_bst_remove_by_pointer()
377 left = left->left; in lexbor_bst_remove_by_pointer()
394 left->parent->left = left->right; in lexbor_bst_remove_by_pointer()
397 left->right->parent = left->parent; in lexbor_bst_remove_by_pointer()
[all …]
H A Dbst.h34 lexbor_bst_entry_t *left; member
H A Davl.c159 pos->left = node->right; in lexbor_avl_node_rotate_right()
177 if (node->left) { in lexbor_avl_node_rotate_left()
181 pos->right = node->left; in lexbor_avl_node_rotate_left()
184 node->left = pos; in lexbor_avl_node_rotate_left()
228 node->left = lexbor_avl_node_rotate_left(node->left); in lexbor_avl_node_balance()
288 node = node->left; in lexbor_avl_insert()
335 balance_node = (node->left) ? node->left : node; in lexbor_avl_rotate_for_delete()
350 node->left = delete_node->left; in lexbor_avl_rotate_for_delete()
415 node = node->left; in lexbor_avl_remove()
471 node = node->left; in lexbor_avl_foreach()
[all …]
/php-src/build/
H A Dlibtool.m4424 # Avoid inline document here, it may be left over
1371 # flags to be left without arguments
/php-src/Zend/
H A Dzend_compile.c2063 zend_string *left = Z_STR_P(left_zv); in zend_ast_append_str() local
2067 size_t left_len = ZSTR_LEN(left); in zend_ast_append_str()
2070 result = zend_string_extend(left, len, 0); in zend_ast_append_str()
H A Dzend_language_parser.y57 %left T_LOGICAL_OR
58 %left T_LOGICAL_XOR
59 %left T_LOGICAL_AND
65 %left '?' ':'
67 %left T_BOOLEAN_OR
69 %left '|'
70 %left '^'
74 %left '.'
75 %left T_SL T_SR
76 %left '+' '-'
[all …]
H A Dzend_compile.h847 zend_ast *zend_ast_append_str(zend_ast *left, zend_ast *right);
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc35 // Ensure there's enough data left for the header.
/php-src/ext/standard/
H A Dbase64.c118 *left = inl; in neon_base64_encode()
127 size_t left = 0; in php_base64_encode_impl() local
128 out = neon_base64_encode(in, inl, out, &left); in php_base64_encode_impl()
129 in += inl - left; in php_base64_encode_impl()
130 inl = left; in php_base64_encode_impl()
181 … size_t neon_base64_decode(const unsigned char *in, size_t inl, unsigned char *out, size_t *left) { in neon_base64_decode() argument
245 *left = inl; in neon_base64_decode()
257 size_t left = 0; in php_base64_decode_impl() local
258 j += neon_base64_decode(in, inl, out, &left); in php_base64_decode_impl()
259 i = inl - left; in php_base64_decode_impl()
[all …]
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c930 const int left = contrib->ContribRow[x].Left; in _gdScaleRow() local
935 for (i = left; i <= right; i++) { in _gdScaleRow()
936 const int left_channel = i - left; in _gdScaleRow()
H A Dgdft.c1187 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
/php-src/ext/xml/tests/
H A Dbug26614.inc36 // Case 3: replace even more characters so that only textual data is left
/php-src/sapi/litespeed/
H A Dlsapilib.c491 int left = totalLen; in lsapi_writev() local
497 while(( left > 0 )&&g_running ) in lsapi_writev()
502 left -= ret; in lsapi_writev()
503 if (( left <= 0)||( !g_running )) in lsapi_writev()
504 return totalLen - left; in lsapi_writev()
524 if ( totalLen - left > 0 ) in lsapi_writev()
525 return totalLen - left; in lsapi_writev()
533 return totalLen - left; in lsapi_writev()
1746 ssize_t left; in LSAPI_ReqBodyGetLine_r() local
1766 if ( len > left ) in LSAPI_ReqBodyGetLine_r()
[all …]
/php-src/ext/com_dotnet/
H A Dcom_extension_arginfo.h10 ZEND_ARG_TYPE_INFO(0, left, IS_MIXED, 0)
56 ZEND_ARG_TYPE_INFO(0, left, IS_MIXED, 0)
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c319 PCRE2_SIZE left, right; in pcre2_substring_length_bynumber() local
343 left = match_data->ovector[stringnumber*2]; in pcre2_substring_length_bynumber()
345 if (left > match_data->subject_length || right > match_data->subject_length) in pcre2_substring_length_bynumber()
347 if (sizeptr != NULL) *sizeptr = (left > right)? 0 : right - left; in pcre2_substring_length_bynumber()
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c969 size_t i, o4, nelements, j, slen, left; in cdf_read_property_info() local
1008 left = CAST(size_t, e - q); in cdf_read_property_info()
1009 if (left < sizeof(uint32_t)) { in cdf_read_property_info()
1017 if (left < sizeof(uint32_t) * 2) { in cdf_read_property_info()
1071 if (o4 + sizeof(uint32_t) > left) in cdf_read_property_info()
1076 if (o4 + l > left) in cdf_read_property_info()
1087 left, (int)l, inp[i].pi_str.s_buf)); in cdf_read_property_info()
/php-src/ext/opcache/tests/jit/
H A Dbug80861.phpt18 public $left = null;
26 $b->left = $a;
/php-src/ext/gd/
H A Dgd.c1092 Width = rc.right - rc.left; in PHP_FUNCTION()
1150 Width = rc.right - rc.left; in PHP_FUNCTION()
1158 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c4266 lu_byte left;
4287 while(op!=OPR_NOBINOPR&&priority[op].left>limit){
/php-src/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt153 foreach ($input as $left) {
156 $line = prepareBinaryLine($left, $right, function() use ($left, $right, $operator) {
157 return eval("return @(\$left $operator \$right);");
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt110 // still left to process in the next buffer

Completed in 148 milliseconds

1234