Home
last modified time | relevance | path

Searched refs:add_assoc_long_ex (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/pcntl/
H A Dpcntl.c1006 add_assoc_long_ex(user_siginfo, "signo", sizeof("signo")-1, siginfo->si_signo); in pcntl_siginfo_to_zval()
1007 add_assoc_long_ex(user_siginfo, "errno", sizeof("errno")-1, siginfo->si_errno); in pcntl_siginfo_to_zval()
1008 add_assoc_long_ex(user_siginfo, "code", sizeof("code")-1, siginfo->si_code); in pcntl_siginfo_to_zval()
1019 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
1020 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid")-1, siginfo->si_uid); in pcntl_siginfo_to_zval()
1024 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
1025 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid")-1, siginfo->si_uid); in pcntl_siginfo_to_zval()
1036 add_assoc_long_ex(user_siginfo, "band", sizeof("band")-1, siginfo->si_band); in pcntl_siginfo_to_zval()
1038 add_assoc_long_ex(user_siginfo, "fd", sizeof("fd")-1, siginfo->si_fd); in pcntl_siginfo_to_zval()
1045 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
[all …]
/php-src/ext/intl/idn/
H A Didn.c110 add_assoc_long_ex(idna_info, "errors", sizeof("errors")-1, (zend_long)info.errors); in php_intl_idn_to_46()
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c485 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
513 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
1086 add_assoc_long_ex(return_value, "total", sizeof("total") - 1, MyG(num_links));
1087add_assoc_long_ex(return_value, "active_plinks", sizeof("active_plinks") - 1, MyG(num_active_persi…
1088add_assoc_long_ex(return_value, "cached_plinks", sizeof("cached_plinks") - 1, MyG(num_inactive_per…
H A Dmysqli_prop.c215 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no); in link_error_list_read()
354 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no); in stmt_error_list_read()
/php-src/Zend/
H A Dzend_builtin_functions.c150 add_assoc_long_ex(return_value, "runs", sizeof("runs")-1, (long)status.runs); in ZEND_FUNCTION()
151 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
152 add_assoc_long_ex(return_value, "threshold", sizeof("threshold")-1, (long)status.threshold); in ZEND_FUNCTION()
153 add_assoc_long_ex(return_value, "buffer_size", sizeof("buffer_size")-1, (long)status.buf_size); in ZEND_FUNCTION()
154 add_assoc_long_ex(return_value, "roots", sizeof("roots")-1, (long)status.num_roots); in ZEND_FUNCTION()
H A Dzend_API.h547 ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n);
561 add_assoc_long_ex(arg, key, strlen(key), n); in add_assoc_long()
H A Dzend_API.c1855 ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex() function
/php-src/ext/session/
H A Dsession.c3174add_assoc_long_ex(&progress->data, "start_time", sizeof("start_time") - 1, (zend_long)sapi_get_req… in php_session_rfc1867_callback()
3175add_assoc_long_ex(&progress->data, "content_length", sizeof("content_length") - 1, progress->cont… in php_session_rfc1867_callback()
3176add_assoc_long_ex(&progress->data, "bytes_processed", sizeof("bytes_processed") - 1, data->post_by… in php_session_rfc1867_callback()
3198 add_assoc_long_ex(&progress->current_file, "error", sizeof("error") - 1, 0); in php_session_rfc1867_callback()
3201add_assoc_long_ex(&progress->current_file, "start_time", sizeof("start_time") - 1, (zend_long)time… in php_session_rfc1867_callback()
3202 add_assoc_long_ex(&progress->current_file, "bytes_processed", sizeof("bytes_processed") - 1, 0); in php_session_rfc1867_callback()
3236 add_assoc_long_ex(&progress->current_file, "error", sizeof("error") - 1, data->cancel_upload); in php_session_rfc1867_callback()
/php-src/ext/standard/
H A Dfilestat.c1089 add_assoc_long_ex(&entry, "key", sizeof("key") - 1, bucket->key); in PHP_FUNCTION()
1095 add_assoc_long_ex(&entry, "expires", sizeof("expires") - 1, bucket->expires); in PHP_FUNCTION()
H A Dbasic_functions.c1178 add_assoc_long_ex(return_value, "seconds", sizeof("seconds")-1, php_rem.tv_sec);
1179 add_assoc_long_ex(return_value, "nanoseconds", sizeof("nanoseconds")-1, php_rem.tv_nsec);
/php-src/ext/pgsql/
H A Dpgsql.c4306 add_assoc_long_ex(&elem, "num", sizeof("num") - 1, atoi(PQgetvalue(pg_result, i, 1))); in php_pgsql_meta_data()
4310 add_assoc_long_ex(&elem, "len", sizeof("len") - 1, atoi(PQgetvalue(pg_result,i,3))); in php_pgsql_meta_data()
4316add_assoc_long_ex(&elem, "array dims", sizeof("array dims") - 1, atoi(PQgetvalue(pg_result, i, 6))… in php_pgsql_meta_data()
/php-src/ext/phar/
H A Dphar.c1674 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS + 32); in phar_open_from_fp()
1686 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS); in phar_open_from_fp()
/php-src/ext/curl/
H A Dinterface.c93 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s) - 1, (zend_long) v);
/php-src/ext/soap/
H A Dsoap.c1314 add_assoc_long_ex(&filter_params, "window", sizeof("window")-1, 0x2f); /* ANY WBITS */
/php-src/ext/date/
H A Dphp_date.c5387 add_assoc_long_ex(&element, "offset", sizeof("offset") - 1, entry->gmtoffset); in PHP_FUNCTION()

Completed in 153 milliseconds