Searched defs:left (Results 1 – 15 of 15) sorted by relevance
/PHP-7.1/ext/bcmath/ |
H A D | bcmath.c | 229 char *left, *right; in PHP_FUNCTION() local 267 char *left, *right; in PHP_FUNCTION() local 305 char *left, *right; in PHP_FUNCTION() local 343 char *left, *right; in PHP_FUNCTION() local 387 char *left, *right; in PHP_FUNCTION() local 421 char *left, *right, *modulous; in PHP_FUNCTION() local 463 char *left, *right; in PHP_FUNCTION() local 501 char *left; in PHP_FUNCTION() local 537 char *left, *right; in PHP_FUNCTION() local
|
/PHP-7.1/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.1/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.1/main/streams/ |
H A D | filter.c | 139 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck… in php_stream_bucket_split()
|
/PHP-7.1/ext/date/lib/ |
H A D | parse_tz.c | 307 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position() local
|
/PHP-7.1/ext/standard/ |
H A D | basic_functions.h | 197 int left; /* can *next++ this many times before reloading */ member
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_gif_in.c | 190 int top, left; in gdImageCreateFromGifCtx() local
|
H A D | gd_interpolation.c | 1008 const int left = contrib->ContribRow[x].Left; in _gdScaleRow() local
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regparse.c | 1222 node_new_list(Node* left, Node* right) in node_new_list() 1234 onig_node_new_list(Node* left, Node* right) in onig_node_new_list() 1258 onig_node_new_alt(Node* left, Node* right) in onig_node_new_alt()
|
H A D | regcomp.c | 4117 concat_opt_anc_info(OptAncInfo* to, OptAncInfo* left, OptAncInfo* right, in concat_opt_anc_info()
|
/PHP-7.1/sapi/litespeed/ |
H A D | lsapilib.c | 454 int left = totalLen; in lsapi_writev() local 1691 ssize_t left; in LSAPI_ReqBodyGetLine_r() local
|
/PHP-7.1/Zend/ |
H A D | zend_compile.c | 1817 zend_string *left = Z_STR_P(left_zv); in zend_ast_append_str() local 6593 zval left; in zend_try_ct_eval_unary_pm() local
|
Completed in 130 milliseconds