Lines Matching defs:p
147 #define nxt_conf_json_newline(p) \ argument
152 nxt_conf_json_indentation(u_char *p, uint32_t level) in nxt_conf_json_indentation()
313 u_char *p, *end; in nxt_conf_set_member_integer() local
495 u_char *p, *start, *end; in nxt_conf_path_next_token() local
1231 u_char *p; in nxt_conf_json_parse() local
1276 u_char *p, ch; in nxt_conf_json_skip_space() local
1362 u_char ch, *p; in nxt_conf_json_parse_value() local
1472 u_char *p, *name; in nxt_conf_json_parse_object() local
1689 nxt_conf_object_hash_free(void *data, void *p) in nxt_conf_object_hash_free()
1699 u_char *p; in nxt_conf_json_parse_array() local
1807 u_char *p, ch, *last, *s; in nxt_conf_json_parse_string() local
2068 u_char *p, *s, ch, c, *dot_pos; in nxt_conf_json_parse_number() local
2242 nxt_conf_json_print(u_char *p, nxt_conf_value_t *value, in nxt_conf_json_print()
2287 nxt_conf_json_print_string(u_char *p, nxt_conf_value_t *value) in nxt_conf_json_print_string()
2346 nxt_conf_json_print_array(u_char *p, nxt_conf_value_t *value, in nxt_conf_json_print_array()
2442 nxt_conf_json_print_object(u_char *p, nxt_conf_value_t *value, in nxt_conf_json_print_object()
2514 nxt_conf_json_escape_length(u_char *p, size_t size) in nxt_conf_json_escape_length()
2611 u_char *p; in nxt_conf_json_position() local