Home
last modified time | relevance | path

Searched refs:add_assoc_double_ex (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcntl/
H A Dpcntl.c1055 add_assoc_double_ex(user_siginfo, "utime", sizeof("utime"), siginfo.si_utime); in pcntl_sigwaitinfo()
1058 add_assoc_double_ex(user_siginfo, "stime", sizeof("stime"), siginfo.si_stime); in pcntl_sigwaitinfo()
1068 add_assoc_double_ex(user_siginfo, "addr", sizeof("addr"), (long)siginfo.si_addr); in pcntl_sigwaitinfo()
/PHP-5.5/Zend/
H A Dzend_API.h380 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d);
389 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key)+1, __d)
H A Dzend_API.c1269 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d) /* {{{ */ in add_assoc_double_ex() function
/PHP-5.5/ext/curl/
H A Dinterface.c158 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s), (double) v);

Completed in 43 milliseconds