Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dphp_ffi.h277 void zend_ffi_val_character(zend_ffi_val *val, const char *str, size_t str_len);
H A Dffi.g870 {zend_ffi_val_character(val, (const char*)yy_text, yy_pos - yy_text);}
H A Dffi_parser.c3539 zend_ffi_val_character(val, (const char*)yy_text, yy_pos - yy_text); in parse_CHARACTER()
H A Dffi.c7787 void zend_ffi_val_character(zend_ffi_val *val, const char *str, size_t str_len) /* {{{ */ function

Completed in 34 milliseconds