Searched refs:elt (Results 1 – 5 of 5) sorted by relevance
12 <elt att="&ref;">a&ref;</elt>
164 struct fpm_event_queue_s *elt; in fpm_event_queue_add() local174 if (!(elt = malloc(sizeof(struct fpm_event_queue_s)))) { in fpm_event_queue_add()178 elt->prev = NULL; in fpm_event_queue_add()179 elt->next = NULL; in fpm_event_queue_add()180 elt->ev = ev; in fpm_event_queue_add()183 (*queue)->prev = elt; in fpm_event_queue_add()184 elt->next = *queue; in fpm_event_queue_add()186 *queue = elt; in fpm_event_queue_add()
6 foreach ($it as $elt) {}
285 zval *elt; in php_hash_unserialize_spec() local298 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()299 if (!elt || Z_TYPE_P(elt) != IS_STRING || Z_STRLEN_P(elt) != count) { in php_hash_unserialize_spec()303 memcpy(buf + pos, Z_STRVAL_P(elt), count); in php_hash_unserialize_spec()308 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()309 if (!elt || Z_TYPE_P(elt) != IS_LONG) { in php_hash_unserialize_spec()313 val = (uint32_t) Z_LVAL_P(elt); in php_hash_unserialize_spec()315 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()316 if (!elt || Z_TYPE_P(elt) != IS_LONG) { in php_hash_unserialize_spec()320 val += ((uint64_t) Z_LVAL_P(elt)) << 32; in php_hash_unserialize_spec()
3083 MESSAGECACHE *elt; in PHP_FUNCTION() local3086 elt = mail_elt(imap_conn_struct->imap_stream, i); in PHP_FUNCTION()3087 if (!elt->sequence) { in PHP_FUNCTION()3139 elt->rfc822_size in PHP_FUNCTION()3154 elt->recent in PHP_FUNCTION()3159 elt->flagged in PHP_FUNCTION()3164 elt->answered in PHP_FUNCTION()3169 elt->deleted in PHP_FUNCTION()3174 elt->seen in PHP_FUNCTION()3179 elt->draft in PHP_FUNCTION()[all …]
Completed in 22 milliseconds