Searched refs:ht (Results 1 – 3 of 3) sorted by relevance
/unit/src/ |
H A D | nxt_macosx_sendfile.c | 38 struct sf_hdtr hdtr, *ht; in nxt_macosx_event_conn_io_sendfile() local 78 ht = NULL; in nxt_macosx_event_conn_io_sendfile() 81 ht = &hdtr; in nxt_macosx_event_conn_io_sendfile() 87 ht = &hdtr; in nxt_macosx_event_conn_io_sendfile() 110 fb->file_pos, &sent, ht, 0); in nxt_macosx_event_conn_io_sendfile()
|
H A D | nxt_freebsd_sendfile.c | 43 struct sf_hdtr hdtr, *ht; in nxt_freebsd_event_conn_io_sendfile() local 80 ht = NULL; in nxt_freebsd_event_conn_io_sendfile() 84 ht = &hdtr; in nxt_freebsd_event_conn_io_sendfile() 90 ht = &hdtr; in nxt_freebsd_event_conn_io_sendfile() 101 file_size, ht, &sent, 0); in nxt_freebsd_event_conn_io_sendfile()
|
H A D | nxt_php_sapi.c | 111 static void *nxt_php_hash_str_find_ptr(const HashTable *ht, 1430 nxt_php_hash_str_find_ptr(const HashTable *ht, const nxt_str_t *str) argument 1432 return zend_hash_str_find_ptr(ht, (const char *) str->start, str->length); 1438 nxt_php_hash_str_find_ptr(const HashTable *ht, const nxt_str_t *str) argument 1451 ret = zend_hash_find(ht, buf, str->length + 1, &entry);
|