Searched refs:getstr (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 119 file_private const char *getstr(struct magic_set *, struct magic *, const char *, 2803 *p = getstr(ms, m, *p, action == FILE_COMPILE); in getvalue() 2923 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr() function
|
/php-src/ext/opcache/jit/ir/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)){ 2441 ar->source=getstr(cl->l.p->source); 2574 luaO_chunkid(buff,getstr(getluaproto(ci)->source),60); 2713 luaO_chunkid(buff,getstr(ls->source),80); 3671 luaX_newstring(ls,getstr(ts),ts->tsv.len); 4816 const char*l=getstr(ls); 4818 const char*r=getstr(rs);
|
Completed in 24 milliseconds