Searched defs:left (Results 1 – 16 of 16) sorted by relevance
/PHP-7.2/ext/bcmath/ |
H A D | bcmath.c | 230 zend_string *left, *right; in PHP_FUNCTION() local 270 zend_string *left, *right; in PHP_FUNCTION() local 310 zend_string *left, *right; in PHP_FUNCTION() local 350 zend_string *left, *right; in PHP_FUNCTION() local 396 zend_string *left, *right; in PHP_FUNCTION() local 442 zend_string *left, *right, *modulous; in PHP_FUNCTION() local 487 zend_string *left, *right; in PHP_FUNCTION() local 527 zend_string *left; in PHP_FUNCTION() local 564 zend_string *left, *right; in PHP_FUNCTION() local
|
/PHP-7.2/ext/zip/lib/ |
H A D | zip_source_buffer.c | 346 zip_uint64_t left = ZIP_MIN(length - n, buffer->fragment_size - fragment_offset); in buffer_read() local 420 zip_uint64_t left = ZIP_MIN(length - n, buffer->fragment_size - fragment_offset); in buffer_write() local
|
H A D | zip_open.c | 280 zip_uint64_t i, left; in _zip_read_cdir() local
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_protocol_frame_codec.c | 72 size_t left = count; in MYSQLND_METHOD() local
|
H A D | mysqlnd_ps_codec.c | 550 size_t left = (*buf_len - (*p - *buf)); in mysqlnd_stmt_execute_check_n_enlarge_buffer() local
|
H A D | mysqlnd_net.c | 368 size_t left = count; in MYSQLND_METHOD() local
|
/PHP-7.2/main/streams/ |
H A D | filter.c | 128 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck… in php_stream_bucket_split()
|
/PHP-7.2/ext/standard/ |
H A D | basic_functions.h | 197 int left; /* can *next++ this many times before reloading */ member
|
/PHP-7.2/ext/date/lib/ |
H A D | parse_tz.c | 379 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position() local
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_gif_in.c | 191 int top, left; in gdImageCreateFromGifCtx() local
|
H A D | gd_interpolation.c | 937 const int left = contrib->ContribRow[x].Left; in _gdScaleRow() local
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regparse.c | 1168 node_new_list(Node* left, Node* right) in node_new_list() 1180 onig_node_new_list(Node* left, Node* right) in onig_node_new_list() 1204 onig_node_new_alt(Node* left, Node* right) in onig_node_new_alt()
|
H A D | regcomp.c | 4171 concat_opt_anc_info(OptAncInfo* to, OptAncInfo* left, OptAncInfo* right, in concat_opt_anc_info()
|
/PHP-7.2/sapi/litespeed/ |
H A D | lsapilib.c | 473 int left = totalLen; in lsapi_writev() local 1757 ssize_t left; in LSAPI_ReqBodyGetLine_r() local
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | cdf.c | 961 size_t i, o4, nelements, j, slen, left; in cdf_read_property_info() local
|
/PHP-7.2/Zend/ |
H A D | zend_compile.c | 1839 zend_string *left = Z_STR_P(left_zv); in zend_ast_append_str() local 6942 zval left; in zend_try_ct_eval_unary_pm() local
|
Completed in 114 milliseconds