Searched refs:getstr (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 131 private const char *getstr(struct magic_set *, struct magic *, const char *, 2652 *p = getstr(ms, m, *p, action == FILE_COMPILE); in getvalue() 2764 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr() function
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 280 #define getstr(ts)cast(const char*,(ts)+1) macro 281 #define svalue(o)getstr(rawtsvalue(o)) 1317 if(ts->tsv.len==l&&(memcmp(str,getstr(ts),l)==0)){ 2440 ar->source=getstr(cl->l.p->source); 2573 luaO_chunkid(buff,getstr(getluaproto(ci)->source),60); 2712 luaO_chunkid(buff,getstr(ls->source),80); 3670 luaX_newstring(ls,getstr(ts),ts->tsv.len); 4815 const char*l=getstr(ls); 4817 const char*r=getstr(rs);
|
Completed in 22 milliseconds