Searched refs:STRLEN8 (Results 1 – 1 of 1) sorted by relevance
231 #define STRLEN8(p) ((int)strlen((char *)p)) macro553 …N(p) (pcre_mode == PCRE32_MODE ? STRLEN32(p) : pcre_mode == PCRE16_MODE ? STRLEN16(p) : STRLEN8(p))924 #define STRLEN STRLEN8