Home
last modified time | relevance | path

Searched defs:l (Results 51 – 75 of 83) sorted by relevance

1234

/php-src/main/
H A Dphp_ini.c640 int l, total_l = 0; in php_init_config() local
H A Dphp_variables.c80 for (size_t l = 0; l < var_name_len; l++) { in php_register_known_variable() local
H A DSAPI.c599 static void sapi_remove_header(zend_llist *l, char *name, size_t len) { in sapi_remove_header()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c260 size_t l; in trim_separator() local
H A Dfile.h190 uint32_t l; member
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c388 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn() local
445 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn2() local
H A Dir_gcm.c406 ir_ref k, l = insn->inputs_count; in ir_split_partially_dead_node() local
H A Dir.c1377 void ir_list_insert(ir_list *l, uint32_t i, ir_ref val)
1388 void ir_list_remove(ir_list *l, uint32_t i)
1395 bool ir_list_contains(const ir_list *l, ir_ref val)
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c211 typedef union{double u;void*s;long l;}L_Umaxalign; member
327 }l; member
342 LClosure l; member
374 #define fasttm(l,et,e)gfasttm(G(l),et,e) argument
630 int l=-1; in luaO_log2() local
/php-src/Zend/
H A Dzend_ast.c1448 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
1449 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
H A Dzend_language_scanner.l92 #define HANDLE_NEWLINES(s, l) \ argument
H A Dzend_operators.c269 zend_long l = Z_RES_HANDLE_P(op); in convert_scalar_to_number() local
676 zend_long l = (Z_RES_HANDLE_P(op) ? 1 : 0); in convert_to_boolean() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c1040 uint32_t l; in mysqlnd_charsets_sanity_check() member
H A Dmysqlnd.h223 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/php-src/ext/posix/
H A Dposix.c1147 const struct limitlist *l = NULL; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1221 int l = strlen(env_document_root); in init_request_info() local
/php-src/ext/gd/
H A Dgd.c2746 int ch = 0, col, x, y, i, l = 0; in php_imagechar() local
3978 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf()
3994 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf()
/php-src/sapi/cgi/
H A Dcgi_main.c1320 size_t l = strlen(env_document_root); local
/php-src/sapi/cli/
H A Dphp_cli_server.c779 size_t l = strlen(buf); in sapi_cli_server_log_write() local
1476 size_t l = strlen(*file); in php_cli_server_request_translate_vpath() local
/php-src/ext/iconv/
H A Diconv.c356 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1490 int l; in gdImageScaleBicubicFixed() local
2016 int l; in gdImageRotateBicubicFixed() local
/php-src/ext/date/lib/
H A Dparse_date.c111 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/php-src/main/streams/
H A Dstreams.c168 size_t l = 0; in php_stream_display_wrapper_errors() local
/php-src/ext/standard/
H A Dfilters.c1131 zend_ulong l; in php_conv_get_uint_prop_ex() local
/php-src/ext/session/
H A Dsession.c1272 zend_llist *l = &SG(sapi_headers).headers; in php_session_remove_cookie() local

Completed in 164 milliseconds

1234