Home
last modified time | relevance | path

Searched refs:left (Results 51 – 75 of 84) sorted by relevance

1234

/php-src/ext/xml/tests/
H A Dbug26614.inc36 // Case 3: replace even more characters so that only textual data is left
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencode.c859 size_t mid, left, right; in lxb_encoding_encode_gb18030_range() local
866 left = 0; in lxb_encoding_encode_gb18030_range()
873 while (left < right) { in lxb_encoding_encode_gb18030_range()
874 mid = left + (right - left) / 2; in lxb_encoding_encode_gb18030_range()
877 left = mid + 1; in lxb_encoding_encode_gb18030_range()
879 if (left < right && range[left].codepoint > cp) { in lxb_encoding_encode_gb18030_range()
H A Ddecode.c1495 size_t mid, left, right; in lxb_encoding_decode_gb18030_range() local
1512 left = 0; in lxb_encoding_decode_gb18030_range()
1519 while (left < right) { in lxb_encoding_decode_gb18030_range()
1520 mid = left + (right - left) / 2; in lxb_encoding_decode_gb18030_range()
1523 left = mid + 1; in lxb_encoding_decode_gb18030_range()
1525 if (left < right && range[ left ].index > index) { in lxb_encoding_decode_gb18030_range()
/php-src/ext/gd/libgd/
H A Dgd_gif_in.c191 int top, left; in gdImageCreateFromGifCtx() local
222 left = LM_to_uint(buf[0], buf[1]); in gdImageCreateFromGifCtx()
227 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
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/xsl/tests/
H A Dbug71540.phpt62 Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: 2 objects left on the stack. in %sb…
/php-src/main/streams/
H A Dphp_stream_filter_api.h67 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck…
/php-src/ext/snmp/tests/
H A Dsnmp2_real_walk.phpt76 Warning: snmp2_real_walk(): Error in packet at '%s': No more variables left in this MIB View (It is…
H A Dsnmp2_walk.phpt90 Warning: snmp2_walk(): Error in packet at '%s': No more variables left in this MIB View (It is past…
/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/openssl/tests/
H A DServerClientTestCase.inc35 // Ensure there's enough data left for the header.
/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 …]
H A DREADME.md102 3. Click 'Apply Changes' link on the top left of the page, then click
/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/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt62 PHP continues at the left side of the expression:
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h139 lxb_css_property_left_t *left; member
H A Dproperty.h72 lxb_css_property_margin_left_t left; member
80 lxb_css_property_padding_left_t left; member
/php-src/Zend/
H A Dzend_ini_parser.y351 %left '|' '&' '^'
/php-src/ext/dom/lexbor/lexbor/css/property/
H A Dres.h182 …ype = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_float = false}}, .left = {.type = LXB_CSS_…
230 …ype = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_float = false}}, .left = {.type = LXB_CSS_…
/php-src/ext/mbstring/tests/
H A Dcp51932_encoding.phpt74 unset($fromUnicode["\x00\xAB"]); // Don't map left double angled quote mark to "much less than"
H A Dmb_decode_numericentity.phpt110 // still left to process in the next buffer
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c512 size_t left = (*buf_len - (*p - *buf)); in mysqlnd_stmt_execute_check_n_enlarge_buffer() local
514 if (left < (needed_bytes + overalloc)) { in mysqlnd_stmt_execute_check_n_enlarge_buffer()
/php-src/win32/build/
H A Dphpize.js.in165 // now we are left with modules that have dependencies on other modules
/php-src/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt27 …xt</p><p xmlns:foo="some:bar">text</p><p align="center">text</p><p align="left" xmlns:foo="some:ba…

Completed in 98 milliseconds

1234