Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 70) sorted by relevance

123

/PHP-5.3/Zend/
H A Dzend_llist.c37 ZEND_API void zend_llist_add_element(zend_llist *l, void *element) in zend_llist_add_element()
55 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element) in zend_llist_prepend_element()
73 #define DEL_LLIST_ELEMENT(current, l) \ argument
107 ZEND_API void zend_llist_destroy(zend_llist *l) in zend_llist_destroy()
124 ZEND_API void zend_llist_clean(zend_llist *l) in zend_llist_clean()
131 ZEND_API void *zend_llist_remove_tail(zend_llist *l) in zend_llist_remove_tail()
173 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del()
254 ZEND_API int zend_llist_count(zend_llist *l) in zend_llist_count()
273 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_last_ex()
286 ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_next_ex()
[all …]
H A Dzend_llist.h71 #define zend_llist_get_first(l) zend_llist_get_first_ex(l, NULL) argument
72 #define zend_llist_get_last(l) zend_llist_get_last_ex(l, NULL) argument
73 #define zend_llist_get_next(l) zend_llist_get_next_ex(l, NULL) argument
74 #define zend_llist_get_prev(l) zend_llist_get_prev_ex(l, NULL) argument
H A Dzend_API.h520 #define ZVAL_RESOURCE(z, l) { \ argument
534 #define ZVAL_LONG(z, l) { \ argument
551 #define ZVAL_STRINGL(z, s, l, duplicate) { \ argument
584 #define RETVAL_RESOURCE(l) ZVAL_RESOURCE(return_value, l) argument
587 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l) argument
590 #define RETVAL_STRINGL(s, l, duplicate) ZVAL_STRINGL(return_value, s, l, duplicate) argument
596 #define RETURN_RESOURCE(l) { RETVAL_RESOURCE(l); return; } argument
599 #define RETURN_LONG(l) { RETVAL_LONG(l); return; } argument
602 #define RETURN_STRINGL(s, l, duplicate) { RETVAL_STRINGL(s, l, duplicate); return; } argument
617 #define SET_VAR_STRINGL(n, v, l) { \ argument
/PHP-5.3/ext/mbstring/
H A Dphp_unicode.c64 long l, r, m; in prop_lookup() local
122 static unsigned long case_lookup(unsigned long code, long l, long r, int field) in case_lookup()
147 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper()
155 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower()
166 long l, r; in php_unicode_toupper() local
197 long l, r; in php_unicode_tolower() local
228 long l, r; in php_unicode_totitle() local
/PHP-5.3/ext/hash/
H A Dhash_gost.c38 #define R(key, h, i, t, l, r) \ argument
89 #define A(x, l, r) \ argument
101 #define AA(x, l, r) \ argument
125 #define S(s, l, r) \ argument
213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; in Gost() local
284 php_hash_uint32 i, j, l[8] = {0}; in PHP_GOSTFinal() local
/PHP-5.3/ext/interbase/
H A Dinterbase.c587 ibase_tr_list *l; in _php_ibase_commit_link() local
685 ibase_tr_list **l; in _php_ibase_free_trans() local
834 HMODULE l = GetModuleHandle("fbclient"); in PHP_MINFO_FUNCTION() local
962 long l; in _php_ibase_connect() local
1087 ibase_tr_list *l; in PHP_FUNCTION() local
1254 ibase_tr_list **l; in PHP_FUNCTION() local
1462 int l; in PHP_FUNCTION() local
H A Dibase_query.c484 double l; in _php_ibase_bind_array() local
511 long double l; in _php_ibase_bind_array() local
536 ISC_INT64 l; in _php_ibase_bind_array() local
883 ibase_tr_list **l; in _php_ibase_exec() local
1077 long l; in PHP_FUNCTION() local
1317 unsigned short l; in _php_ibase_var_zval() local
H A Dibase_events.c93 char **events, unsigned short *l, char **event_buf, char **result_buf) in _php_ibase_event_block()
/PHP-5.3/ext/standard/
H A Dexec.c65 int l = 0, pclose_return; in php_exec() local
281 register int x, y, l = strlen(str); in php_escape_shell_cmd() local
372 int x, y = 0, l = strlen(str); in php_escape_shell_arg() local
H A Dphp_crypt_r.c135 __int32 l; in php_md5_crypt_r() local
331 php_uint32 l; in php_md5_crypt_r() local
H A Dcrypt_freesec.c470 uint32_t l, r, *kl, *kr, *kl1, *kr1; in do_des() local
620 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
H A Dmail.c226 …int l = spprintf(&tmp, 0, "mail() on [%s:%d]: To: %s -- Headers: %s\n", zend_get_executed_filename… in php_mail() local
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_trace.c14 long l; in fpm_trace_get_strz() local
H A Dfpm_php_trace.c50 long l; in fpm_php_trace_dump() local
H A Dfpm_log.c410 size_t l; in fpm_log_write() local
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_driver.c281 char const *co, *l, *r; in firebird_handle_quoter() local
401 long l, pindex = -1; in firebird_alloc_prepare_stmt() local
570 HMODULE l = GetModuleHandle("fbclient"); in firebird_handle_get_attribute() local
612 long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c69 #define LOWCASE(l) (isupper((unsigned char) (l)) ? \ argument
208 get_type(const char *l, const char **t) in get_type()
1065 get_cond(const char *l, const char **t)
1147 const char *l = line; local
1563 const char *l = line; local
1618 const char *l = line; local
1653 const char *l = line; local
2160 const char *l = *p; local
/PHP-5.3/ext/mysqli/
H A Dmysqli_prop.c184 int l = spprintf(&ret, 0, MYSQLI_LLU_SPEC, rc); in link_affected_rows_read() local
335 int l = spprintf(&ret, 0, MYSQLI_LLU_SPEC, rc); in stmt_affected_rows_read() local
H A Dmysqli_mysqlnd.h43 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
/PHP-5.3/ext/date/lib/
H A Dparse_tz.c47 #define timelib_conv_int(l) (l) argument
49 #define timelib_conv_int(l) ((l & 0x000000ff) << 24) + ((l & 0x0000ff00) << 8) + ((l & 0x00ff0000) … argument
/PHP-5.3/ext/gd/
H A Dgd_ctx.c36 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_output_putbuf()
/PHP-5.3/ext/gd/libgd/
H A Dxbm.c178 size_t i, l; in gdImageXbmCtx() local
H A Dwbmp.c66 int cnt, l, accu; in putmbi() local
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_driver.c145 int l = 1; in dblib_handle_quoter() local
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c156 # define ADD_VEC(str,l) smart_str_appendl(&vec_str, (str), (l)) argument
160 # define ADD_VEC(str,l) vec[n].iov_base=str;len += (vec[n].iov_len=l); n++ argument

Completed in 70 milliseconds

123