Home
last modified time | relevance | path

Searched refs:l (Results 251 – 275 of 297) sorted by relevance

1...<<1112

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd.h223 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
H A Dmysqlnd_auth.c63 plugin_data_len = auth_plugin_data.l; in mysqlnd_run_authentication()
103 conn->authentication_plugin_data.l = plugin_data_len; in mysqlnd_run_authentication()
104 …conn->authentication_plugin_data.s = mnd_pemalloc(conn->authentication_plugin_data.l, conn->persis… in mysqlnd_run_authentication()
H A Dmysqlnd_structs.h39 size_t l; member
45 size_t l; member
/PHP-8.1/ext/imap/
H A Dphp_imap.c3418 int l = strlen(tmp) - 2, l2; in PHP_FUNCTION() local
3422 tmp[l] = '\0'; in PHP_FUNCTION()
3423 tempstring = emalloc(l); in PHP_FUNCTION()
3424 memcpy(tempstring, tmp, l); in PHP_FUNCTION()
3429 memcpy(tempstring + l, custom_headers_param->value, l2); in PHP_FUNCTION()
3430 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3431 l += l2 + CRLF_LEN; in PHP_FUNCTION()
3436 mystring = emalloc(l + CRLF_LEN + 1); in PHP_FUNCTION()
3437 memcpy(mystring, tempstring, l); in PHP_FUNCTION()
3438 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/standard/tests/strings/
H A Dstrspn_variation11.phpt37 "f\n\trelshti \l",
38 'f\n\trelsthi \l',
H A Dstrcspn_variation11.phpt37 "\n\trsti \l",
38 '\n\trsti \l',
/PHP-8.1/Zend/
H A Dzend_vm_gen.php1543 …$l = fopen(__DIR__ . "/zend_vm_handlers.h", "w+") or die("ERROR: Cannot create zend_vm_handlers.h\…
1544 out($l, "#define VM_HANDLERS(_) \\\n");
1547 out($l, "\t_($n, $name) \\\n");
1550 out($l, "\t_($n+1, ZEND_NULL)\n");
1551 fclose($l);
H A Dzend_ast.c1289 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
1290 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
H A Dzend_types.h929 #define ZVAL_LONG(z, l) do { \ argument
931 Z_LVAL_P(__z) = l; \
/PHP-8.1/ext/gd/
H A Dgd.c2900 int ch = 0, col, x, y, i, l = 0; in php_imagechar() local
2923 l = strlen((char *)str); in php_imagechar()
2939 for (i = 0; (i < l); i++) { in php_imagechar()
2945 for (i = 0; (i < l); i++) { in php_imagechar()
4131 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf() argument
4133 return php_write((void *)buf, l); in _php_image_output_putbuf()
4149 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf() argument
4152 return php_stream_write(stream, (void *)buf, l); in _php_image_stream_putbuf()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c730 size_t l = strlen(buf); in sapi_cli_server_log_write() local
731 if (l > 0) { in sapi_cli_server_log_write()
732 buf[l - 1] = '\0'; in sapi_cli_server_log_write()
1434 size_t l = strlen(*file); in php_cli_server_request_translate_vpath() local
1435 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1437 q += l; in php_cli_server_request_translate_vpath()
/PHP-8.1/tests/lang/
H A D023.phpt21 …echo "Limor Ullmann is getting married on ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).…
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfile.h177 uint32_t l; member
/PHP-8.1/main/streams/
H A Dstreams.c166 size_t l = 0; in php_stream_display_wrapper_errors() local
185 l += strlen(*err_buf_p); in php_stream_display_wrapper_errors()
187 l += brlen; in php_stream_display_wrapper_errors()
190 msg = emalloc(l + 1); in php_stream_display_wrapper_errors()
/PHP-8.1/ext/session/
H A Dsession.c1266 zend_llist *l = &SG(sapi_headers).headers; in php_session_remove_cookie() local
1277 current = l->head; in php_session_remove_cookie()
1286 l->head = next; in php_session_remove_cookie()
1291 l->tail = current->prev; in php_session_remove_cookie()
1295 --l->count; in php_session_remove_cookie()
/PHP-8.1/ext/standard/
H A Dfilters.c1138 zend_ulong l; in php_conv_get_uint_prop_ex() local
1143 …if ((err = php_conv_get_ulong_prop_ex(ht, &l, field_name, field_name_len)) == PHP_CONV_ERR_SUCCESS… in php_conv_get_uint_prop_ex()
1144 *pretval = (unsigned int)l; in php_conv_get_uint_prop_ex()
H A Dconfig.m4143 salt[9]='l'; salt[10]='e'; salt[11]='$';
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
/PHP-8.1/ext/standard/tests/math/
H A Dbase_convert_basic.phpt409 .........value= 39 res = 1l
414 .........value= 39 res = 1l
/PHP-8.1/ext/dba/
H A Dconfig.m4303 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$LIB,[
549 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$THIS_LIBS,[
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua396 s = 8, ns = 9, p = 10, np = 11, l = 12, nl = 13, le = 14, nle = 15,
538 if sz == "y" or vex.l then tail = tail + 4 end
1904 vex.l = true
/PHP-8.1/ext/iconv/
H A Diconv.c119 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd);
356 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl() argument
359 size_t in_left = l; in _php_iconv_appendl()
/PHP-8.1/build/
H A Dphp.m4364 -l*[)]
475 ifelse([$2],,$3="-l$1 [$]$3", $3="[$]$3 -l$1") dnl
531 $3="-l$1 [$]$3"
556 $3="-l$1 [$]$3"
1592 LIBS="$LIBS -l$2"
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch51 #define EATAB {while (isascii(CAST(unsigned char, *l)) && \
533 if (*l == '~') {
542 if ((op = get_op(*l)) != -1) {
555 const char *l = line;
566 const char *l = line;
3382 - l = 0;
3395 + l = v = 0;

Completed in 196 milliseconds

1...<<1112