Searched defs:ss (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf.c | 313 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ? in cdf_check_stream() local 326 size_t ss = cdf_check_stream(sst, h); in cdf_check_stream_offset() local 403 size_t ss = CDF_SEC_SIZE(h); in cdf_read_sector() local 418 size_t ss = CDF_SHORT_SEC_SIZE(h); in cdf_read_short_sector() local 447 size_t ss = CDF_SEC_SIZE(h); in cdf_read_sat() local 572 size_t ss = CDF_SEC_SIZE(h), i, j; in cdf_read_long_sector_chain() local 622 size_t ss = CDF_SHORT_SEC_SIZE(h), i, j; in cdf_read_short_sector_chain() local 677 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() local 732 size_t ss = CDF_SEC_SIZE(h); in cdf_read_ssat() local 1162 size_t ss = cdf_check_stream(sst, h); in cdf_unpack_catalog() local [all …]
|
H A D | apprentice.c | 3582 const char *ss)
|
/PHP-8.3/ext/sockets/ |
H A D | sockaddr_conv.c | 121 int php_set_inet46_addr(php_sockaddr_storage *ss, socklen_t *ss_len, char *string, php_socket *php_…
|
H A D | multicast.c | 121 php_socket *sock, php_sockaddr_storage *ss, socklen_t *ss_len) in php_get_address_from_array()
|
/PHP-8.3/Zend/ |
H A D | zend_call_stack.c | 450 stack_t ss; in zend_call_stack_get_openbsd_pthread() local
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 130 #define FETCH_THIS_SDL(ss) \ argument 140 #define FETCH_SDL_RES(ss,tmp) ss = (sdlPtr) zend_fetch_resource_ex(tmp, "sdl", le_sdl) argument 142 #define FETCH_TYPEMAP_RES(ss,tmp) ss = (HashTable*) zend_fetch_resource_ex(tmp, "typemap", le_typem… argument 165 #define FETCH_THIS_SERVICE(ss) \ argument
|
/PHP-8.3/ext/oci8/ |
H A D | oci8.c | 1243 ub4 ss = OCI_SERVER_NOT_CONNECTED; in php_oci_connection_status() local
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.c | 380 struct snmp_session *ss; in php_snmp_internal() local
|
Completed in 63 milliseconds